From: Jo-Philipp Wich Date: Wed, 1 Dec 2021 14:09:11 +0000 (+0100) Subject: luci-theme-bootstrap: add bottom margin to log views X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=1390f78fad4adea8f0a3e3cc06c56b94f236f753;p=project%2Fluci.git luci-theme-bootstrap: add bottom margin to log views Prevent the log output textareas to touch the footer border. Signed-off-by: Jo-Philipp Wich (cherry picked from commit 1a9afa2a90e823b0fbd0fc0ca3f64d7ed5f8aedb) --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 5aae3afcaa..9b42b4c1a0 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1958,6 +1958,7 @@ form.inline { display: inline; margin-bottom: 0; } #syslog { width: 100%; color: var(--text-color-highest); + margin-bottom: 18px; } .cbi-section-table .tr:hover .td,